.top {
    width: 100%;
    overflow: hidden;
    height: 43px;
    background: #f9f9f9;
}

.topcontent {
    width: 1200px;
    margin: auto;
    height: 43px;
}

.toptime {
    float: left;
    color: #014c86;
    line-height: 43px;
    font-size: 14px;
    font-family: "寰蒋闆呴粦", "Arial Narrow", HELVETICA;
}

.topweather {
    float: left;
    line-height: 43px;
    margin-left: 20px;
}

.topnav {
    overflow: hidden;
    float: right;
}

.topnav ul {
    overflow: hidden;
}

.topnav ul li {
    float: left;
    color: #014c86;
    line-height: 43px;
    font-size: 14px;
    padding-right: 15px;
    height: 43px;
}

.topnav ul li i {
    float: left;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: -1px 4px 0 0;
}

.topnav ul li i img {
    width: 100%;
}

.topnav ul li a {
    float: left;
    display: inline-block;
    color: #014c86;
    font-size: 14px;
}

.stconvert_funButton {
    height: 18px;
    BORDER-RIGHT: #6183C2 1px solid;
    BORDER-TOP: #6183C2 1px solid;
    FONT-SIZE: 9pt;
    margin: 0px;
    padding: 0px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
    BORDER-LEFT: #6183C2 1px solid;
    CURSOR: hand;
    BORDER-BOTTOM: #6183C2 1px solid;
}
header {
    width: 100%;
    height: 180px;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
}

.logosearch_body {
    width: 1200px;
    height: 130px;
    margin: auto;
}

.logosearch_body .logo {
    float: left;
    width: 700px;
    margin: 0;
    height: 85px;
}

.logosearch_body .logo img {
    max-width: 100%;
    margin-top: 25px;
}

.erweima {
    top: 48px;
    right: 2px;
    float: right;
}

.erweima img {
    width: 108px;
}

.search {
    width: 250px;
    float: left;
    height: 30px;
    margin-top: 50px;
    margin-left: 110px;
}

.search .header-search {

    float: right;
    width: 240px;
    height: 30px;
    border: 1px solid #2c7ccd;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .3);
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%
}

.search .header-search input {
    border: 0px;
}

.search .header-search input:focus {
    outline: none;
}


.search .header-search .search-val {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    border-radius: 20px 0 0 20px;
    text-indent: 2em;
    background-color: rgba(255, 255, 255, 0)
}

.search .header-search div {
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search .header-search div .submit {
    cursor: pointer
}

.nav_box {
    width: 100%;
    height: 45px;
    max-width: 1920px;
    background: #002870;
}

.nav_list {
    height: 45px;
}

.nav_list li {
    float: left;
    width: 183px;
    text-align: center;
    height: 45px;
    transition: all .5s;
    display: block;
    position: relative;
}

.nav_list li.nav_line {
    width: 20px;
    text-align: center;
    color: #FFFFFF;
    height: 45px;
    padding-top: 10px;
    overflow: hidden;
}

.nav_list li:hover {
    /* height:54px; */
    /* color: #0c3c6d; */
    /* border-bottom:4px solid #c05d6d; */
}

/* .nav_list li.nav_line:hover{
height:45px;
color: #0c3c6d;
border-bottom:none;
} */
.nav_list li:hover {
    font-weight: bold;
}

.nav_list li a {
    font-size: 16px;
    line-height: 45px;
    color: #FFFFFF;
    text-align: center;
    height: 45px;
    font-weight: bold; 
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav_list li dl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}

.nav_list li dl {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.nav_list li:hover dl {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.nav_list li dl dd {
    line-height: 40px;
    height: 40px;
    text-align: left;
    position: relative;
    z-index: 12;
    display: block;
    width: 100%;
    border-top: 1px solid #00143a;
}

.nav_list li dl dd:first-child {
    border: none;
}

.nav_list li dl dd a {
    color: #fff;
    font-size: 14px;
    padding: 0;
    background: #002870;
    text-align: center;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(left, #0042bd, #0042bd);
    background-image: linear-gradient(to right, #0042bd, #0042bd);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-size: 0% 100%;
}

.nav_list li dl dd a:hover {
    background-size: 100% 100%;
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.9999);
}


main {
    float: left;
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
}

.toutiao {
    width: 1200px;
    text-align: center;
    margin: 30px 0 40px 0;
}

.toutiao a {
    font-size: 32px;
    color: #666666;
    font-weight: bold;
    line-height: 48px;
}

.con01 {

    margin-top: 25px;
    margin-bottom: 15px;
    min-height: 1130px;
}

.con01_left {
    width: 500px;
    height: 1130px;
    border-right: 2px solid #c9d3e0;
    padding-right: 33px;
}

.con01_left .tt {
    height: 45px;
}

.con01_left .tt h2 {
    width: 100%;
    height: 19px;
    border-left: 5px solid #c50001;
    padding-left: 15px;
}

.con01_left .tt .anniu {
    CURSOR: pointer;
    color: #c50001;
    font-weight: bold;
    font-size: 19px;
}

.con01_left .tt h2 a {
    font-size: 19px;
    font-weight: normal;
    color: #575757;
    line-height: 19px;
    display: block;
    height: 19px;
    float: left;
    padding-right: 10px;
}

.con01_left .tt h2 a.cur {
    font-weight: bold;
    color: #c50001;

}

.con01_left .tt h2 a:hover {
    font-weight: bold;
    color: #c50001;

}

.con01_left .tt p {
    font-size: 15px;
    color: #999999;
    line-height: 30px;
}

.nextSlide,
.prevSlide {
    display: none;
}

.slideBox {
    width: 470px;
    height: 280px;
    overflow: hidden;
    position: relative;
    float: left;
}

.slideBox .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 1;
}

.slideBox .hd ul {
    /*娓呴櫎娴姩*/
    overflow: hidden;
    zoom: 1;
}

.slideBox .hd ul li {
    float: left;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    cursor: pointer;
    background: #999999;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #d84637;
}

.slideBox .bd li {
    position: relative;
}

.slideBox .bd img {
    width: 100%;
    height: 280px;
    display: block;
    object-fit: cover;
}

.news_text {
    width: 100%;
    padding-left: 40px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: url(../../dist/image/ind_a1.png);
}

.slideBox .news_text a {
    color: #FFFFFF;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
    display: block;
}

.news h2,
.con01_right h2 {
    height: 19px;
    border-left: 5px solid #c50001;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 1.1;
    padding-left: 15px;
    font-weight: normal;
}

.news h2 a,
.con01_right h2 a {
    float: left;
    font-size: 19px;
    color: #7c8692;
    margin-right: 10px;
}

.xxgkindex {
    height: 240px;
    float: left;
}

.news h2 a.hover,
.con01_right h2 a.hover {
    font-weight: bold;
    color: #c50001;
}

.news ul {
    height: 190px;

}

.news ul li {
    overflow: hidden;
    line-height: 38px;
    color: #333333;

}

.news ul li img {
    float: left;
    margin-right: 10px;
    margin-top: 18px;
}

.news ul li a {
    float: left;
    font-size: 15px;
    line-height: 38px;
    color: #333333;

}

.news ul li span {
    float: right;
}

.news h2.zwgk {
    border-left: 0;
    padding-left: 0px;
}

.news h2.zwgk a.hover {}

.wip_b {
    float: left;
    height: 245px;
}

.wip_bb {
    float: left;
    height: 260px;
}

.wip_blist {
    width: 467px;
    height: 19px;
    border-left: 5px solid #c50001;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 1.1;
    font-weight: normal;
    float: left;
}


.wip_tabtitle {
    float: left;
    font-size: 19px;
    margin-right: 8px;
    padding-left: 8px;
}


.wip_tabtitle a {
    color: #7c8692;
    font-size: 19px;

}

.wip_tabtitle_hov {
    font-weight: bold;
    font-size: 19px;
}

.wip_tabtitle_hov a {
    font-weight: bold;
    color: #c50001;
    font-size: 19px;
}

.wip_tablistbg {
    position: absolute;
    margin-top: 10px;
    margin-left: -5px;
}

.wip_tablistbg ul {
    display: none;
    height: 190px;
    float: left;
}


.wip_tablistbg ul:first-child {
    display: block;
    height: 190px;
    float: left;
}


.wip_tablistbg ul li {
    overflow: hidden;
    line-height: 38px;
    color: #333333;
    height: 38px;

}

.wip_tablistbg ul li img {
    float: left;
    margin-right: 10px;
    margin-top: 18px;
}

.wip_tablistbg ul li a {
    float: left;
    font-size: 15px;
    line-height: 38px;
    color: #333333;
    height: 38px;
    width: 350px;
    overflow: hidden;
    margin-right: 10px;

}

.wip_tablistbg ul li span {
    float: right;
}
.news ul.xxgk {
    width: 467px;
    height: 190px;
    padding-top: 10px;
}

.xxgk>ul>li {
    width: 223px;
    height: 49px;
    border: 1px solid #e1e5ee;
    background-color: #f6f8fd;
    margin-bottom: 15px;
    margin-right: 20px;
    float: left;
}

.xxgk>ul>li:nth-child(2n) {
    margin-right: 0;
}

.xxgk>ul>li>a {
    font-size: 18px;
    display: block;
}

.xxgk>ul>li>a>img {
    margin-left: 10px;
    margin-top: 13px;
    width: 22px;
    height: 22px;
}

.xxgk>ul>li>a>span {
    display: inline-block;
    line-height: 47px;
    font-size: 18px;
    color: #333;
    padding-top: 3xp;
}

.xxgk>ul>li:nth-child(5) {
    width: 465px;
    height: 49px;
    border: 1px solid #e1e5ee;
    background-color: #f6f8fd;
    margin-top: 15px;
    float: inherit;
}

.con01_right {
    width: 700px;
    height: 1130px;
    padding-left: 33px;
    overflow: hidden;
}

.demo {
    width: 667px;
    height: 146px;
    overflow: hidden;
    position: relative;
}

.demo_content {
    width: 667px;
    height: 146px;
}


.demo_list {
    width: 100%;
    height: 145px;
}

.demo_list>div {
    float: left;
    width: 129px;
    height: 140px;
    margin: 0 5px 5px 0;
    border: #666666 1px solid;

}

.demo_list>div:nth-child(5n) {
    margin-right: 0;

}

.demo_list>div>a {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 5px;
    text-align: center;
}

.demo_list>div>a:hover {
    color: #FFFFFF;
}

.tejian {
    background: url(../../dist/image/tubiao17.png) no-repeat center 2px #f5f5f5;
}


.tejian:hover {
    background: url(../../dist/image/tubiao34.png) no-repeat center 2px #002870;
}

.zhengwu {
    background: url(../../dist/image/tubiao14.png) no-repeat center 2px #f5f5f5;
}

.zhengwu:hover {
    background: url(../../dist/image/tubiao28.png) no-repeat center 2px #002870;
    color: #FFFFFF;
}

.nianjian {
    background: url(../../dist/image/tubiao12.png) no-repeat center 2px #f5f5f5;
}

.nianjian:hover {
    background: url(../../dist/image/tubiao43.png) no-repeat center 2px #002870;
    color: #FFFFFF;
}

.waizidengji {
    background: url(../../dist/image/tubiao13.png) no-repeat center 2px #f5f5f5;
}

.waizidengji:hover {
    background: url(../../dist/image/tubiao61.png) no-repeat center 2px #002870;
    color: #FFFFFF;
}

.shangbiao {
    background: url(../../dist/image/tubiao1.png) no-repeat center 2px #f5f5f5;
}

.shangbiao:hover {
    background: url(../../dist/image/tubiao1-1.png) no-repeat center 2px #002870;
    color: #FFFFFF;
}


.fuwujianguan {
    width: 667px;
    height: 126px;
    overflow: hidden;
    position: relative;
}

.fuwujianguan_content {
    width: 667px;
    height: 126px;
}


.fuwujianguan_list {
    width: 100%;
    height: 125px;
}

.fuwujianguan_list>div {
    float: left;
    width: 159px;
    height: 120px;
    margin: 0 10px 5px 0;
    border: #666666 1px solid;

}

.fuwujianguan_list>div:nth-child(4n) {
    margin-right: 0;

}

.fuwujianguan_list>div>a {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 5px;
    text-align: center;
    color: #1d458d;
    font-weight: bold;
}

.fuwujianguan_list>div>a:hover {
    color: #FFFFFF;
}


.hgzd {
    background: url(../../dist/image/fwjg1.png) no-repeat center 15px #f5f5f5;
}

.hgzd:hover {
    background: url(../../dist/image/fwjg1-1.png) no-repeat center 15px #002870;
    color: #FFFFFF;
}

.zcjc {
    background: url(../../dist/image/fwjg2.png) no-repeat center 15px #f5f5f5;
}

.zcjc:hover {
    background: url(../../dist/image/fwjg2-1.png) no-repeat center 15px #002870;
    color: #FFFFFF;
}

.fwfz {
    background: url(../../dist/image/fwjg3.png) no-repeat center 15px #f5f5f5;
}

.fwfz:hover {
    background: url(../../dist/image/fwjg3-1.png) no-repeat center 15px #002870;
    color: #FFFFFF;
}

.qwmf {
    background: url(../../dist/image/fwjg4.png) no-repeat center 15px #f5f5f5;
}

.qwmf:hover {
    background: url(../../dist/image/fwjg4-1.png) no-repeat center 15px #002870;
    color: #FFFFFF;
}

.con01_right .hdjl {
    width: 667px;
    height: 55px;
}

.con01_right .hdjl li {
    float: left;
}

.con01_right .hdjl .b1 a {
    line-height: 50px;
    padding-left: 66px;
    color: #666666;
    font-size: 19px;
    font-weight: bold;
    display: block;
}

.con01_right .hdjl .b2 a {
    line-height: 50px;
    padding-left: 66px;
    color: #666666;
    font-size: 19px;
    font-weight: bold;
    display: block;
}

.con01_right .hdjl .b3 a {
    line-height: 50px;
    padding-left: 66px;
    color: #666666;
    font-size: 19px;
    font-weight: bold;
    display: block;
}

.con01_right .hdjl .b4 a {
    line-height: 25px;
    padding-left: 50px;
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.con01_right .hdjl li:hover a {
    color: #0c78c0;
}

.con01_right .hdjl li img {
    float: none;
    margin: 0;
}

.b1 {
    background: url(../../dist/image/hd_bg_03.jpg) no-repeat center;
    width: 160px;
    height: 50px;
    margin-right: 9px;
    margin-bottom: 5px;
}

.b2 {
    background: url(../../dist/image/hd_bg_05.jpg) no-repeat center;
    width: 160px;
    height: 50px;
    margin-right: 9px;
    margin-bottom: 5px;
}

.b3 {
    background: url(../../dist/image/hd_bg_09.jpg) no-repeat center;
    width: 160px;
    height: 50px;
    margin-right: 9px;
    margin-bottom: 5px;
}
.b4 {
    background: url(../../dist/image/hd_bg_shi.jpg) no-repeat center;
    width: 160px;
    height: 50px;
    margin-bottom: 5px;
}



.con01_right .ztzl {
    width: 667px;
    height: 81px;
    margin-top: 35px;
}

.con01_right .ztzl_more {
    float: right;
    width: 30px;
    height: 81px;
    background: #002870;
    text-align: center;
    padding-top: 15px;

}

.con01_right .ztzl_more>a {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;

}

.rollBox {
    height: 81px;
    width: 432px;
    float: left;
}

.rollBox .LeftBotton,
.rollBox .LeftBotton a {
    background: url(../../dist/image/prev.jpg) no-repeat center center;
    background-size: contain;
    width: 30px;
    display: block;
    float: left;
    height: 81px;
    overflow: hidden;
    cursor: pointer;
}

.rollBox .LeftBotton,
.rollBox .LeftBotton a:hover {
    background: url(../../dist/image/prev.jpg) no-repeat center center;
    background-size: contain;
}

.rollBox .RightBotton,
.rollBox .RightBotton a {
    background: url(../../dist/image/next.jpg) no-repeat center center;
    background-size: contain;
    width: 30px;
    display: block;
    float: left;
    height: 67px;
    overflow: hidden;
    cursor: pointer;
}

.rollBox .RightBotton,
.rollBox .RightBotton a:hover {
    background: url(../../dist/image/next.jpg) no-repeat center center;
    background-size: contain;
}

.Cont {
    width: 636px;
    float: left;
    overflow: hidden
}

.ScrCont {
    width: 1342177.27px
}

.pic {
    text-align: center;
    width: 235px;
    float: left;
    position: relative;
}

.pic1 {
    float: left;
    width: 205px;
    height: 81px;
    margin-right: 8px;
    overflow: hidden;
}

.pic1 a {
    display: block;
    line-height: 81px;
    font-weight: bold;
    color: #4173b5;
    font-size: 17px;
}

.pic1 a img {
    width: 205px;
    height: 81px;
}

#List1 {
    float: left;
}

#List2 {
    float: left
}


.yizhanshi {
    width: 667px;
    height: 151px;
    overflow: hidden;
    position: relative;
}

.yizhanshi_content {
    width: 667px;
    height: 151px;
}


.yizhanshi_list {
    width: 100%;
    height: 150px;
}

.yizhanshi_list>div {
    float: left;
    width: 129px;
    height: 144px;
    margin: 0 5px 5px 0;
    border: #666666 1px solid;

}

.yizhanshi_list>div:nth-child(5n) {
    margin-right: 0;

}

.yizhanshi_list>div>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #002870;
}

.yizhanshi_list>div>a:hover {
    color: #FFFFFF;
}




.nqi {
    background: url(../../dist/image/tubiao2.png) no-repeat center 2px #f5f5f5;
}

.nqi:hover {
    background: url(../../dist/image/tubiao2-1.png) no-repeat center 2px #002870;
    color: #FFFFFF;
}

.bzpt {
    background: url(../../dist/image/tubiao3.png) no-repeat center 2px #f5f5f5;
}

.bzpt:hover {
    background: url(../../dist/image/tubiao3-1.png) no-repeat center 2px #002870;
    color: #FFFFFF;
}

.zscq {
    background: url(../../dist/image/tubiao5.png) no-repeat center 2px #f5f5f5;
}

.zscq:hover {
    background: url(../../dist/image/tubiao5-1.png) no-repeat center 2px #002870;
    color: #FFFFFF;
}

.dxdl {
    background: url(../../dist/image/tubiao4.png) no-repeat center 2px #f5f5f5;
}

.dxdl:hover {
    background: url(../../dist/image/tubiao4-1.png) no-repeat center 2px #002870;
    color: #FFFFFF;
}
.tanjiliang {
    background: url(../../dist/image/tubiao6.png) no-repeat center 2px #f5f5f5;
}

.tanjiliang:hover {
    background: url(../../dist/image/tubiao6-1.png) no-repeat center 2px #002870;
    color: #FFFFFF;
}



/* .biaozhun_list {
    width: 100%;
    height: 60px;
}

.biaozhun_list>div {
    float: left;
    width: 665px;
    height: 60px;
    margin: 10px 0 10px 0;
    border: #666666 1px solid;

}


.biaozhun_list>div>a {
    display: block;
    width: 100%;
    height: 100%;

}

.biaozhun_list>div>a:hover {
    color: #FFFFFF;
}

.biaozhun {
    background: url(../../dist/image/zzjcyzsfw.png) no-repeat center 10px #f5f5f5;
}

.biaozhun:hover {
    background: url(../../dist/image/zzjcyzsfwt.png) no-repeat center 10px #0c78c0;
    color: #FFFFFF;
} */

.con01_right .sjkf {
    overflow: hidden;
    width: 667px;
    height: 270px;
}

.con01_right .sjkf li {
    width: 215px;
    height: 130px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #b9b9b9;
    background: #f5f5f5;
}

.con01_right .sjkf li:hover {
    background: #002870;
}

.con01_right .sjkf li:nth-child(3n) {
    margin-right: 0;
}

.con01_right .sjkf li a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}

.con01_right .sjkf li a:hover {
    display: block;
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
}

.con01_right .sjkf li.s1 {
    background: url(../../dist/image/tubiaohua.png) no-repeat center center #f5f5f5;
}

.con01_right .sjkf li.s2 {
    background: url(../../dist/image/tubiao60.png) no-repeat center center #f5f5f5;
}

.con01_right .sjkf li.s3 {
    background: url(../../dist/image/tubiaoyao.png) no-repeat center center #f5f5f5;
}

.con01_right .sjkf li.s4 {
    background: url(../../dist/image/tubiao18.png) no-repeat center center #f5f5f5;
}

.con01_right .sjkf li.s5 {
    background: url(../../dist/image/tubiaozscq1.png) no-repeat center center #f5f5f5;
}

.con01_right .sjkf li.s6 {
    background: url(../../dist/image/tubiao15.png) no-repeat center center #f5f5f5;
}

.con01_right .sjkf li.s1:hover {
    background: url(../../dist/image/tubiaohuaz.png) no-repeat center center #002870;
}

.con01_right .sjkf li.s2:hover {
    background: url(../../dist/image/tubiao36.png) no-repeat center center #002870;
}

.con01_right .sjkf li.s3:hover {
    background: url(../../dist/image/tubiaoyaop.png) no-repeat center center #002870;
}

.con01_right .sjkf li.s4:hover {
    background: url(../../dist/image/tubiao19.png) no-repeat center center #002870;
}

.con01_right .sjkf li.s5:hover {
    background: url(../../dist/image/tubiaozscq1s.png) no-repeat center center #002870;
}

.con01_right .sjkf li.s6:hover {
    background: url(../../dist/image/tubiao24.png) no-repeat center center #002870;
}



/* 底部 */
footer {
    width: 100%;
    margin: auto;
    position: relative;
    top: 20px;
    float: left;
}

.lianjie {
    position: relative;
    width: 1200px;
    height: 35px;
    line-height: 35px;
    margin: auto;
}

.lianjie>a {
    display: block;
    float: left;
    line-height: 35px;
    font-weight: bold;
    font-size: 15px;
    color: #666666;
    width: 13%;
    text-align: center;
}

.lianjie>a:nth-child(1) {
    display: block;
    float: left;
    line-height: 35px;
    font-weight: bold;
    font-size: 15px;
    color: #666666;
    width: 18%;
    text-align: center;
}


/*友情链接*/
.yqlj {
    height: 55px;
    border-top: 3px solid #c9d3e0;
    background: #f9f9f9;
}

.yqlj .wrapper {
    width: 1200px;
    margin: auto;
}

.yqlj .yqlj-right {
    float: left;
}

/* .clearfix>li{float: left;} */



ul,
ol,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a {
    text-decoration: none;
}

select,
input {
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

table {
    max-width: 100% !important;
    border-spacing: 0;
    border-collapse: collapse;
}

img {
    border: 0px !important;
    vertical-align: middle;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.clearfix {
    zoom: 1;
}

.wrapper {
    width: 1200px;
    margin: auto;
}

.bt-lef {
    float: left;
}

.bt-right {
    float: right;
}

.rs_link {
    height: 60px;
    width: 100%;
    background-color: #dcecf8;
    border-top: 2px solid #3687c9;
    line-height: 60px;
}

.rs_link_menu {
    margin-top: 13px;
}

.rs_link_menu>li {
    width: 260px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 20px;
    position: relative;
}

.selector_first {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    min-height: 30px;
    width: 100%;
    padding-left: 20px;
    background: url(../../dist/image/yqlj.png) no-repeat 230px #FFFFFF;
    cursor: pointer;
}

.selector_second {
    background: #FFFFFF;
    /*border: 1px solid #2381ce;*/
    list-style: none;
    overflow-y: auto;
    z-index: 1000;
    position: absolute;
    top: -282px;
    width: 260px;
    height: 282px;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    font-size: 15px;
}

.selector_second ul li {
    float: none;
    line-height: 22px;
    padding-left: 4px;
    cursor: pointer;
    width: 260px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.selector_second ul li:hover {
    background-color: #c50001;
    color: #fff;
}

.footer_body {
    width: 100%;
    height: 110px;
    background: #2c7ccd;
    overflow: hidden;
    margin: auto;
}

.footer_body .lxwm {
    width: 215px;
    height: 110px;
    padding-left: 20px;
    padding-top: 20px;

}

.dzjgbox {
    width: 25%;
    height: 110px;
    padding-top: 26px;
    overflow: hidden;
}

.dzjgbox a {
    width: 52px;
    height: 62px;
    display: block;
    margin-right: 35px;
    float: right;
}

.dzjgbox img {
    width: 52px;
    height: 62px;
    border: none;
}

.zfzcbox {
    width: 25%;
    height: 110px;
    padding-top: 30px;
    overflow: hidden;
}

.zfzcbox a {
    width: 110px;
    height: 55px;
    display: block;
    padding-left: 30px;
    float: left;
}

.zfzcbox img {
    width: 110px;
    height: 55px;
    border: none;
}

.footer_body .text {
    width: 50%;
    height: 110px;
    padding-top: 35px;
    overflow: hidden;
}

.footer_body .text p {
    line-height: 23px;
    color: #cce2ff;
    font-size: 13px;
    text-align: center;
}

.footer_body .text p a {
    line-height: 23px;
    color: #cce2ff;
    font-size: 13px;
}

/* ---------------------------------------------------列表页------------------------------------------- */
.positionnav {
    position: relative;
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #ededed;
    overflow: hidden;
}

.box {
    width: 1200px;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 13px;
    color: #454545;
}

.positionnav .box a {
    font-size: 13px;
    color: #454545;
}

.pic {
    width: 40px;
    height: 40px;
    float: left;
    background: url(../../dist/image/dqwz.png) no-repeat 20px;
}

.listcon {
    position: relative;
    width: 1200px;
    margin: auto;
    height: auto;

}

.listcon-left {
    width: 270px;
    float: left;
    height: auto;
    margin-top: 20px;

}

.col_box {
    position: relative;
    width: 270px;
    float: left;

    height: 100%;
}

.zt1-1 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d72025;
    color: #fff;
    padding-left: 40px;
    font-weight: bold;
    font-size: 17px;
}

.zt1-2 {
    width: 100%;
    height: 8px;
    background: url("../../dist/image/yt-lmy.jpg") no-repeat top left;
}

.zt1-3 {
    width: 96%;
    padding-top: 20px;
    min-height: 500px;
    /* border-left: 9px solid #fff; */
    background: #f5f5f5;
}


.zt1-4 {
    border: 1px solid #dedede;
}

.zt1-5 {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 10px 20px;
}

.zt1-5 .bt-right {
    color: #9d9d9d;
}

.zt1-5 li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #e8e8e8;
    padding-left: 14px;
    background: url(../../dist/image/c3.png) no-repeat left;
    background-size: 3px 3px;
}

.zt1-5 li a {
    display: block;
}

.zt1-5 li .txt {
    width: 740px;
    color: #333333;
    font-size: 17px;
    text-align: left;
    height: 44px;
    overflow: hidden;
}

.zt1-5 li .time {
    color: #999999;
    font-size: 17px;
}

.ele {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dqlmlb li {
    background: url(../../dist/image/lm_bg_05.jpg) no-repeat;
    display: block;
    width: 269px;
    height: auto;
    color: rgb(0, 0, 0);
    line-height: 45px;
    font-size: 17px;
    padding-left: 50px;
    border-bottom: 1px solid white;
}

.dqlmlb li a {
    font-size: 17px;
    color: #000000;
}

.dqlmlb .current {
    background: url(../../dist/image/lm_bg_03.jpg) no-repeat;
}

.dqlmlb .current a {
    color: #d72025;
    font-weight: bold;
}

.dqlmlb li:hover {
    background: url(../../dist/image/lm_bg_03.jpg) no-repeat;
}

.dqlmlb li:hover a {
    color: #d72025;
    font-weight: bold;
}

.listcon-right {
    position: relative;
    width: 900px;
    float: right;


}

.listcon-right .list {

    background-color: #fff;
    margin-top: 20px;
}

/* ---------------------------------------------------详情页------------------------------------------- */
.newscon {
    position: relative;
    width: 1200px;
    margin: auto;
    height: auto;

}

.ztzt {
    padding: 35px 142px 30px 152px;
}

.sp_bianji {
    text-align: right;
}

.timeS {
    height: 53px;
    line-height: 53px;
    font-size: 15px;
    color: #333;
    text-align: center;
}

a {
    font-size: 15px;
    color: #333;
}

.zcg_down a {
    margin-right: 20px;
}

.bdshare_dialog_bg {
    height: 329px !important;
    width: 300px !important;
}

.bd_weixin_popup {
    height: auto !important;
}

.dayin {
    background: url(../../dist/image/dayin.png) no-repeat left 4px;
    padding-left: 20px;
}

.close {
    background: url(../../dist/image/close.png) no-repeat left 4px;
    padding-left: 20px;
}

#zoom a:hover {
    color: red;
}

.timeS a:hover {
    color: red;
}

.zcg_down a {
    font-size: 10.5pt !important;
}

.content {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 30px;
}

.content .title {
    height: 100%;
    margin-bottom: 30px;
    font-size: 32px;
    color: #ff0000;
    text-align: center
}

.content .details-tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #666
}

@media (max-width:992px) {
    .content .details-tools {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.content .details-tools .left,
.content .details-tools .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left
}

@media (max-width:1200px) {

    .content .details-tools .left,
    .content .details-tools .right {
        width: auto
    }
}

.content .details-tools .left {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1400px) {
    .content .details-tools .left {
        width: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.content .details-tools .left .time {
    margin-right: 30px
}

@media (max-width:768px) {
    .content .details-tools .left .time {
        font-size: 12px
    }
}

.content .details-tools .left .zihao {
    margin-right: 30px
}

@media (max-width:768px) {
    .content .details-tools .left .zihao {
        font-size: 12px;
        margin-right: 10px;
        margin-left: 10px
    }
}

.content .details-tools .left .zihao span {
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px
}

@media (max-width:768px) {
    .content .details-tools .left .zihao span {
        font-size: 12px;
        margin-right: 1px;
        margin-left: 1px
    }
}

.content .details-tools .left .zihao span.active {
    border: 2px solid #ff0000;
    padding-left: 2px;
    padding-right: 2px;
    color: #ff0000;
    font-weight: 700
}

@media (max-width:768px) {
    .content .details-tools .left .zihao span.active {
        font-size: 12px
    }
}

.content .details-tools .left .print a,
.content .details-tools .left .share {
    font-size: 14px;
    color: #666
}

.content .details-tools .left .author {
    margin-left: 15px
}

.content .details-tools .left .source {
    margin-left: 15px
}

.content .details-tools .right {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-bottom: 0
}

@media (max-width:1400px) {
    .content .details-tools .right {
        width: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width:768px) {
    .content .details-tools .right {
        margin-top: 15px;
        font-size: 12px
    }
}

.content .details-tools .right .print i {
    color: #4988fd;
    vertical-align: middle
}

.content .details-tools .right .print i img {
    width: 23px
}

@media (max-width:768px) {
    .content .details-tools .right .share {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.content .details-tools .right .share .social-share {
    float: right
}

.content .details-tools .right .share .social-share .social-share-icon {
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    margin: 0;
    margin-right: 10px
}

.content .details-tools .right .share .wechat-qrcode {
    left: -89px
}

.content .line {
    border-bottom: 1px solid #d8d8d8;
    margin: 10px 0
}

.content .content-text {
    margin-bottom: 10px
}

.content .content-text p {
    margin-bottom: 15px;
    line-height: 1.7
}

.content .content-text img {
    max-width: 100% !important
}

/*双随机*/
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}


.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.regula {
    margin-top: 22px;
}

.regula>div {
    width: 48%;
    float: left;
}

.regula_title {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #dcdcdc;
}

.bt-left {
    float: left
}

.bt-right {
    float: right
}

.col_theme {
    background: url(../../dist/image/tub.jpg) no-repeat left center;
    padding-left: 8px;
}

.col_theme>li {
    float: left;
    margin-left: 20px;
    margin-top: -2px;
}

.col_theme span {
    font-size: 20px;
    color: #7f8792;
}

.regula_title a {
    font-size: 15px;
    color: #999999;
}

.hover span {
    color: #033f75;
    font-weight: bold;
}

.alt_theme {
    margin-top: 10px;
    margin-bottom: 22px;
}

.alt_theme>li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #dcdcdc;
}

.alt_theme>li a {
    background: url(../../dist/image/dian.jpg) no-repeat left center;
    padding-left: 10px;
    color: #6e6e6e;
    font-size: 15px;
    float: left;
}

.alt_theme>li span {
    float: right;
    color: #999999;
}